home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / qbbs / 1edit300.zip / DOSSHELL.BAT < prev    next >
DOS Batch File  |  1992-10-03  |  562b  |  30 lines

  1. REM This batch file should be used only as a guide for doing a true Drop to
  2. REM DOS from within 1-Edit and 1-Edit-RA.
  3.  
  4. @echo off
  5. if %1 == 0 goto LOCAL
  6.  
  7. :NotLocal
  8. REM Use CTTY GATE1 or CTTY GATE2 if you are using Gateway!
  9. REM     Otherwise, use CTTY COM1 or CTTY COM2...
  10.  
  11. REM CTTY COM1
  12. CTTY GATE1
  13. goto SHELL
  14.  
  15. :LOCAL
  16. REM This is local mode because %1 (baud) = 0
  17. CTTY CON
  18. goto SHELL
  19.  
  20. :SHELL
  21. cd\
  22. command.com
  23.  
  24. CTTY CON
  25. REM Be sure to change the directory back to the QuickBBS program directory
  26. REM    in your batch file!
  27.  
  28. cd\QBBS
  29. echo on
  30.